home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / gnu / groff_src.lha / Groff-1.07 / Makefile < prev    next >
Makefile  |  1993-03-30  |  13KB  |  374 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Copyright (C) 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
  3. #      Written by James Clark (jjc@jclark.com)
  4. # This file is part of groff.
  5. # groff is free software; you can redistribute it and/or modify it under
  6. # the terms of the GNU General Public License as published by the Free
  7. # Software Foundation; either version 2, or (at your option) any later
  8. # version.
  9. # groff is distributed in the hope that it will be useful, but WITHOUT ANY
  10. # WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11. # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12. # for more details.
  13. # You should have received a copy of the GNU General Public License along
  14. # with groff; see the file COPYING.  If not, write to the Free Software
  15. # Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  16.  
  17. # Define `page' to be letter if your PostScript printer uses 8.5x11
  18. # paper (USA) and define it to be A4, if it uses A4 paper (rest of the
  19. # world).
  20. PAGE=letter
  21.  
  22. # Normally the Postscript driver, grops, produces output that conforms
  23. # to version 3.0 of the Adobe Document Structuring Conventions.
  24. # Unfortunately some spoolers and previewers can't handle such output.
  25. # The BROKEN_SPOOLER_FLAGS variable tells grops what it should do to
  26. # make its output acceptable to such programs.  This variable controls
  27. # only the default behaviour of grops; the behaviour can be changed at
  28. # runtime by the grops -b option (and so by groff -P-b).
  29. # Use a value of 0 if your spoolers and previewers are able to handle
  30. # conforming PostScript correctly.
  31. # Add 1 if no %%{Begin,End}DocumentSetup comments should be generated;
  32. # this is needed for early versions of TranScript that get confused by
  33. # anything between the %%EndProlog line and the first %%Page: comment.
  34. # Add 2 if lines in included files beginning with %! should be
  35. # stripped out; this is needed for the OpenWindows 2.0 pageview previewer.
  36. # Add 4 if %%Page, %%Trailer and %%EndProlog comments should be
  37. # stripped out of included files; this is needed for spoolers that
  38. # don't understand the %%{Begin,End}Document comments. I suspect this
  39. # includes early versions of TranScript.
  40. BROKEN_SPOOLER_FLAGS=7
  41.  
  42. # DEVICE is the default device.
  43. DEVICE=ps
  44.  
  45. # PSPRINT is the command to use for printing a PostScript file,
  46. # for example `lpr'.
  47. PSPRINT=
  48.  
  49. # DVIPRINT is the command to use for printing a TeX dvi file,
  50. # for example `lpr -d'.
  51. DVIPRINT=
  52.  
  53. # Prefix for names of programs that have Unix counterparts.
  54. # For example, if `g' is `g' then troff will be installed as
  55. # gtroff.  This doesn't affect programs like grops or groff that have
  56. # no Unix counterparts.  Note that the groff versions of eqn and tbl
  57. # will not work with Unix troff.  This is also use in the definitions
  58. # of tmac_s and tmac_m.
  59. g=g
  60.  
  61. # The groff ms macros will be available as -m$(tmac_s).
  62. # If you use `tmac_s=s', you can use the Unix ms macros by using
  63. # groff -ms -M/usr/lib/tmac.
  64. tmac_s=$(g)s
  65.  
  66. # Similarily, the groff mm macros will be available as -m$(tmac_m).
  67. tmac_m=$(g)m
  68.  
  69. # Common prefix for installation directories.
  70. # Used in definitions of exec_prefix, datasubdir, fontpath, manroot.
  71. # This must already exist when you do make install.
  72. prefix=/usr
  73.  
  74. exec_prefix=${prefix}
  75.  
  76. # bindir says where to install executables.
  77. bindir=$(exec_prefix)/bin
  78.  
  79. # datasubdir says where to install data files
  80. datadir=$(prefix)/lib
  81. datasubdir=$(datadir)/groff
  82.  
  83. # fontdir says where to install dev*/*.
  84. fontdir=$(datasubdir)/font
  85.  
  86. # fontpath says where to look for dev*/*.
  87. fontpath=.:$(fontdir):$(prefix)/lib/font:/usr/lib/font
  88.  
  89. # tmacdir says where to install macros.
  90. tmacdir=$(datasubdir)/tmac
  91.  
  92. # tmacpath says where to look for macro files.
  93. tmacpath=.:$(tmacdir):/usr/lib/tmac
  94.  
  95. # Extension to be used for refer index files.  Index files are not
  96. # shareable between different architectures, so you might want to use
  97. # different suffixes for different architectures.  Choose an extension
  98. # that doesn't conflict with refer or any other indexing program.
  99. indexext=.i
  100.  
  101. # Directory containing the default index for refer.
  102. indexdir=/usr/dict/papers
  103.  
  104. # The filename (without suffix) of the default index for refer.
  105. indexname=Ind
  106.  
  107. # common_words_file is a file containing a list of common words.
  108. # If your system provides /usr/lib/eign it will be copied onto this,
  109. # otherwise the supplied eign file will be used.
  110. common_words_file=$(datasubdir)/eign
  111.  
  112. # manroot is the root of the man page directory tree.
  113. manroot=$(prefix)/man
  114.  
  115. # man1ext is the man section for user commands.
  116. man1ext=1
  117. man1dir=$(manroot)/man$(man1ext)
  118.  
  119. # man5ext is the man section for file formats.
  120. man5ext=5
  121. man5dir=$(manroot)/man$(man5ext)
  122.  
  123. # man7ext is the man section for macros.
  124. man7ext=7
  125. man7dir=$(manroot)/man$(man7ext)
  126.  
  127. # DEFINES should include the following:
  128. # -DHAVE_MMAP            if you have mmap() and <sys/mman.h>
  129. # -DCFRONT_ANSI_BUG        if you're using cfront 2.0 (or later?) with
  130. #                an ANSI C compiler
  131. # -DCOOKIE_BUG            if you're using gcc/g++ 2.[012] (you should
  132. #                upgrade to 2.3).
  133. # -DARRAY_DELETE_NEEDS_SIZE    if your C++ doesn't understand `delete []'
  134. # -DHAVE_SYS_SIGLIST        if you have sys_siglist[]
  135. # -DWCOREFLAG=0200        if the 0200 bit of the status returned by
  136. #                wait() indicates whether a core image was
  137. #                produced for a process that was terminated
  138. #                by a signal
  139. # -DHAVE_UNISTD_H        if you have <unistd.h>
  140. # -DHAVE_CC_UNISTD_H        if you have a C++ <unistd.h>
  141. # -DHAVE_DIRENT_H        if you have <dirent.h>
  142. # -DHAVE_LIMITS_H        if you have <limits.h>
  143. # -DHAVE_CC_LIMITS_H        if you have a C++ <limits.h>
  144. # -DHAVE_SYS_DIR_H        if you have <sys/dir.h>
  145. # -DHAVE_STDLIB_H        if you have <stdlib.h>
  146. # -DHAVE_VFORK_H        if you have <vfork.h>
  147. # -Dvfork=fork            if you don't have a working vfork()
  148. # -DHAVE_RENAME            if you have rename()
  149. # -DHAVE_MKSTEMP        if you have mkstemp()
  150. # -DSTDLIB_H_DECLARES_GETOPT    if your C++ <stdlib.h> declares getopt()
  151. # -DUNISTD_H_DECLARES_GETOPT    if your C++ <unistd.h> declares getopt()
  152. # -DSTDLIB_H_DECLARES_PUTENV    if your C++ <stdlib.h> declares putenv()
  153. # -DTRADITIONAL_CPP        if your C++ compiler uses a traditional
  154. #                (Reiser) preprocessor.
  155. # -DLONG_FOR_TIME_T        if localtime() takes a long * not a time_t *
  156. # -DHAVE_STRUCT_EXCEPTION    if <math.h> defines struct exception
  157. # -DRETSIGTYPE=int        if signal handlers return int not void    
  158. DEFINES= -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_STDLIB_H=1 -DHAVE_CC_LIMITS_H=1 -DHAVE_CC_UNISTD_H=1 -DSTDLIB_H_DECLARES_GETOPT=1 -DSTDLIB_H_DECLARES_PUTENV=1 -DRETSIGTYPE=void -DHAVE_RENAME=1 -DHAVE_MKSTEMP=1 -DCOOKIE_BUG=1
  159.  
  160. # Include fmod.o, strtol.o, getcwd.o, strerror.o, putenv.o  in LIBOBJS if
  161. # your C library is missing the corresponding function.
  162. LIBOBJS=
  163.  
  164. # CCC is the compiler for C++ (.cc) files.
  165. CCC=gcc -O
  166. CC=gcc -O
  167. # CCDEFINES are definitions for C++ compilations.
  168. CCDEFINES=$(DEFINES)
  169. # CDEFINES are definitions for C compilations.
  170. CDEFINES=$(DEFINES)
  171.  
  172. #DEBUG=-g
  173. CCFLAGS=$(DEBUG) -Igcc:include
  174. CFLAGS=$(DEBUG) -Igcc:include
  175. YACC=bison -y
  176. YACCFLAGS=-v
  177.  
  178. LIBS=
  179. CCLIBS=
  180. RANLIB=ranlib
  181. INSTALL=/usr/bin/install -c
  182. INSTALL_PROGRAM=$(INSTALL)
  183. INSTALL_DATA=$(INSTALL) -m 644
  184. LN_S=ln
  185. AR=ar
  186. ETAGS=etags
  187. ETAGSFLAGS=
  188. # Flag that tells etags to assume C++.
  189. ETAGSCCFLAG=
  190. # Full path to perl.
  191. PERLPATH=
  192.  
  193. srcdir = .
  194. VPATH = .
  195.  
  196. MDEFINES="PAGE=$(PAGE)" "BROKEN_SPOOLER_FLAGS=$(BROKEN_SPOOLER_FLAGS)" \
  197.   "DEVICE=$(DEVICE)" "PSPRINT=$(PSPRINT)" "DVIPRINT=$(DVIPRINT)" \
  198.   "prefix=$(prefix)" "exec_prefix=$(exec_prefix)" "bindir=$(bindir)" \
  199.   "g=$(g)" "datadir=$(datadir)" "datasubdir=$(datasubdir)" \
  200.   "fontdir=$(fontdir)" "fontpath=$(fontpath)" \
  201.   "tmacdir=$(tmacdir)" "tmacpath=$(tmacpath)" \
  202.   "indexext=$(indexext)" "indexdir=$(indexdir)" \
  203.   "indexname=$(indexname)" "common_words_file=$(common_words_file)" \
  204.   "manroot=$(manroot)" "man1ext=$(man1ext)" "man1dir=$(man1dir)" \
  205.   "man5ext=$(man5ext)" "man5dir=$(man5dir)" \
  206.   "man7ext=$(man7ext)" "man7dir=$(man7dir)" \
  207.   "tmac_s=$(tmac_s)" "tmac_m=$(tmac_m)" \
  208.   "CCC=$(CCC)" "CC=$(CC)" "CCDEFINES=$(CCDEFINES)" "CDEFINES=$(CDEFINES)" \
  209.   "CCFLAGS=$(CCFLAGS)" "CFLAGS=$(CFLAGS)" \
  210.   "YACC=$(YACC)" "YACCFLAGS=$(YACCFLAGS)" \
  211.   "LIBS=$(LIBS)" "CCLIBS=$(CCLIBS)" "LIBOBJS=$(LIBOBJS)" \
  212.   "RANLIB=$(RANLIB)" "AR=$(AR)" \
  213.   "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" "INSTALL_DATA=$(INSTALL_DATA)" \
  214.   "ETAGS=$(ETAGS)" "ETAGSFLAGS=$(ETAGSFLAGS)" "ETAGSCCFLAG=$(ETAGSCCFLAG)" \
  215.   "PERLPATH=$(PERLPATH)" 
  216.  
  217. SHELL=/bin/sh
  218. INCDIRS=include
  219. LIBDIRS=libgroff libdriver libbib
  220. CCPROGDIRS=groff troff tbl pic eqn grops grotty grodvi tfmtodit \
  221.   refer lookbib indxbib lkbib soelim addftinfo
  222. CPROGDIRS=pfbtops psbb
  223. PROGDIRS=$(CCPROGDIRS) $(CPROGDIRS)
  224. DEVDIRS=devps devdvi devascii devlatin1 devX75 devX75-12 devX100 devX100-12
  225. OTHERDIRS=man tmac afmtodit grog nroff mm
  226. ALLDIRS=$(INCDIRS) $(LIBDIRS) $(PROGDIRS) $(DEVDIRS) $(OTHERDIRS)
  227. EXTRADIRS=devps/generate devdvi/generate xditview doc
  228. DISTDIRS=$(ALLDIRS) $(EXTRADIRS)
  229. TARGETS=all install install_bin install_data clean distclean mostlyclean \
  230.   realclean extraclean distfiles TAGS depend uninstall_sub
  231.  
  232. do=all
  233. dodirs=$(ALLDIRS) dot
  234. # Default target for subdir_Makefile
  235. subdir=troff
  236.  
  237.  
  238. $(TARGETS):
  239.     @$(MAKE) $(MDEFINES) do=$@ $(dodirs)
  240.  
  241. dot: FORCE
  242.     @$(MAKE) $(MDEFINES) srcdir=$(srcdir) VPATH=$(srcdir) \
  243.         -f $(srcdir)/Makefile.comm -f $(srcdir)/Makefile.sub $(do)
  244.     
  245. $(LIBDIRS): FORCE
  246.     @if test $(srcdir) = .; \
  247.     then srcdir=.; \
  248.     else srcdir=`cd $(srcdir); pwd`/$@; \
  249.     fi; \
  250.     echo Making $(do) in $@; \
  251.     test -d $@ || mkdir $@; \
  252.     cd $@; \
  253.     $(MAKE) $(MDEFINES) srcdir=$$srcdir VPATH=$$srcdir \
  254.         -f $$srcdir/../Makefile.comm -f $$srcdir/Makefile.sub \
  255.             -f $$srcdir/../Makefile.lib -f $$srcdir/Makefile.dep $(do)
  256.  
  257. $(CPROGDIRS): FORCE
  258.     @if test $(srcdir) = .; \
  259.     then srcdir=.; \
  260.     else srcdir=`cd $(srcdir); pwd`/$@; \
  261.     fi; \
  262.     echo Making $(do) in $@; \
  263.     test -d $@ || mkdir $@; \
  264.     cd $@; \
  265.     $(MAKE) $(MDEFINES) srcdir=$$srcdir VPATH=$$srcdir \
  266.         -f $$srcdir/../Makefile.comm -f $$srcdir/Makefile.sub \
  267.             -f $$srcdir/../Makefile.cpg -f $$srcdir/Makefile.dep $(do)
  268.  
  269. $(CCPROGDIRS): FORCE
  270.     @if test $(srcdir) = .; \
  271.     then srcdir=.; \
  272.     else srcdir=`cd $(srcdir); pwd`/$@; \
  273.     fi; \
  274.     echo Making $(do) in $@; \
  275.     test -d $@ || mkdir $@; \
  276.     cd $@; \
  277.     $(MAKE) $(MDEFINES) srcdir=$$srcdir VPATH=$$srcdir \
  278.         -f $$srcdir/../Makefile.comm -f $$srcdir/Makefile.sub \
  279.             -f $$srcdir/../Makefile.ccpg -f $$srcdir/Makefile.dep $(do)
  280.  
  281. $(DEVDIRS): FORCE
  282.     @if test $(srcdir) = .; \
  283.     then srcdir=.; \
  284.     else srcdir=`cd $(srcdir); pwd`/$@; \
  285.     fi; \
  286.     echo Making $(do) in $@; \
  287.     test -d $@ || mkdir $@; \
  288.     cd $@; \
  289.     $(MAKE) $(MDEFINES) srcdir=$$srcdir VPATH=$$srcdir \
  290.         -f $$srcdir/../Makefile.comm -f $$srcdir/Makefile.sub \
  291.         -f $$srcdir/../Makefile.dev $(do)
  292.  
  293. $(INCDIRS) $(OTHERDIRS): FORCE
  294.     @if test $(srcdir) = .; \
  295.     then srcdir=.; \
  296.     else srcdir=`cd $(srcdir); pwd`/$@; \
  297.     fi; \
  298.     echo Making $(do) in $@; \
  299.     test -d $@ || mkdir $@; \
  300.     cd $@; \
  301.     $(MAKE) $(MDEFINES) srcdir=$$srcdir VPATH=$$srcdir \
  302.         -f $$srcdir/../Makefile.comm -f $$srcdir/Makefile.sub \
  303.             -f $$srcdir/../Makefile.man $(do)
  304.  
  305. version=`cat $(srcdir)/VERSION`
  306.  
  307. .PHONY: dist
  308. dist:
  309.     -rm -fr tmp
  310.     mkdir tmp
  311.     for d in $(DISTDIRS); do \
  312.       mkdir    tmp/$$d; \
  313.     done
  314.     srcdir=`cd $(srcdir); pwd`; \
  315.     cd tmp; \
  316.     $(LN_S) ../Makefile .; \
  317.     $(LN_S) $$srcdir/* . 2>/dev/null; \
  318.     for d in $(DISTDIRS); do \
  319.       (cd $$d; $(LN_S) $$srcdir/$$d/* . 2>/dev/null); \
  320.     done; \
  321.     $(MAKE) srcdir=$$srcdir VPATH=$$srcdir extraclean; \
  322.     for d in $(EXTRADIRS); do \
  323.       (cd $$d; $(MAKE) extraclean); \
  324.     done; \
  325.     rm -f Makefile; \
  326.     $(LN_S) $$srcdir/Makefile.init Makefile
  327.     mv tmp groff-$(version)
  328.     tar cfh - groff-$(version) | gzip -c >groff-$(version).tar.z
  329.     rm -fr groff-$(version)
  330.  
  331. # $(PROGDIRS): libgroff
  332. # grops grotty grodvi: libdriver
  333. # refer lookbib indxbib lkbib: libbib
  334. # $(LIBDIRS) $(PROGDIRS): include
  335.  
  336. .PHONY: $(ALLDIRS) dot $(TARGETS) FORCE
  337.  
  338. subdir_Makefile: Makefile.cfg
  339.     $(MAKE) do=Makefile $(subdir)
  340.  
  341. Makefile.cfg: Makefile
  342.     >Makefile.cfg
  343.     for var in $(MDEFINES); do \
  344.       echo "$$var" >>Makefile.cfg; \
  345.     done
  346.  
  347. depend: srcdir_must_be_dot
  348.  
  349. .PHONY: srcdir_must_be_dot
  350. srcdir_must_be_dot:
  351.     @test "X$(srcdir)" = "X." \
  352.       || (echo This target can only be made in the source directory; \
  353.           exit 1)
  354.  
  355. Makefile: Makefile.in
  356.     $(SHELL) config.status
  357.  
  358. .PHONY: uninstall
  359. uninstall: uninstall_sub uninstall_dirs
  360.  
  361. .PHONY: uninstall_dirs
  362. uninstall_dirs:
  363. # Use rmdir here so that the directories are only removed if they're empty
  364.     -rmdir $(man1dir) $(man5dir) $(man7dir) $(manroot) \
  365.       $(tmacdir) $(fontdir) $(bindir) $(datasubdir) $(datadir)
  366.  
  367. FORCE:
  368.  
  369. .NOEXPORT:
  370.